home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-06-15 | 1.3 KB | 43 lines | [TEXT/GEOL] |
- Item 0960544 10-June-90 13:18PDT
-
- From: PEMD CH DEV PEMD Group, Zurich,IDV
-
- To: MACAPP.TECH$ MacApp Technical
-
- Sub: View Resource Question
-
- Hi Everyone,
-
- I followed the advice on establishing the 'view' resource and the casting
- problem was nicely handled. I still have a questionable behavior. The
- TDiscWindow established from the 'view' resource below is not listed in the
- Inspector as a subclass of TWindow, although TGrView below is shown as a
- subclass of Tview.
-
- What has still not been done correctly?
-
- Thanks,
- Ernie
-
- ****************************************************************************
- resource 'view' (kDiscWindowType, purgeable) { {
- root, 'WIND', { 50, 15 }, { 200, 435 }, sizeVariable, sizeVariable, shown,
- enabled,
- Window {
- "TDiscWindow",
- zoomDocProc, goAwayBox, resizable, modeless, ignoreFirstClick,
- freeOnClosing,
- disposeOnFree, DoesntcloseDocument, openWithDocument, dontAdaptToScreen,
- stagger,
- forceOnScreen, dontCenter, 'GRPH', "<<<>>>" };
-
- 'WIND', IncludeViews { kDiscViewType};
- } };
-
- resource 'view' (kDiscViewType, purgeable) { {
- root, 'GRPH', { 0, 0 }, { 200, 435 }, sizeSuperView, sizeSuperView, shown,
- enabled,
- view { "TGrView" };
- } };
-
-